home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / ENT / DISK1449.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1989-10-19  |  3KB  |  53 lines

  1. echo off
  2. cls
  3. echo                  ╔═════════════════════════════════════════════╗
  4. echo                  ║                Q U I Z Z E R                ║
  5. echo                  ║      The Computerized Trivia Challenge      ║
  6. echo                  ╟─────────────────────────────────────────────╢
  7. echo                  ║                 Version 3.0                 ║           
  8. echo                  ║               EZK Data Systems              ║
  9. echo                  ║              Copyright (c) 1989             ║
  10. echo                  ║              All Rights Reserved            ║
  11. echo                  ╚═════════════════════════════════════════════╝
  12. echo                                The INSTALL.BAT file 
  13. echo ───────────────────────────────────────────────────────────────────────────────
  14. echo  This file is used to install the QUIZZER game on your computer's hard disk.  
  15. echo ───────────────────────────────────────────────────────────────────────────────
  16. echo  NOTE: if you wish the game to be installed in a particular sub-directory, you
  17. echo  should be sure that you have ALREADY created that sub-directory AND that your
  18. echo  hard disk is currently logged to that sub-directory.
  19. echo ───────────────────────────────────────────────────────────────────────────────
  20. echo  To interrupt this installation at this time press the CTRL and BREAK keys.
  21. echo ───────────────────────────────────────────────────────────────────────────────
  22. echo  If your hard disk is ready to recieve the QUIZZER game files you may press 
  23. echo  any key to begin the installation. . . 
  24. echo ───────────────────────────────────────────────────────────────────────────────
  25. pause
  26. cls
  27. echo                  ╔═════════════════════════════════════════════╗
  28. echo                  ║                Q U I Z Z E R                ║
  29. echo                  ║      The Computerized Trivia Challenge      ║
  30. echo                  ╟─────────────────────────────────────────────╢
  31. echo                  ║                 Version 3.0                 ║           
  32. echo                  ║               EZK Data Systems              ║
  33. echo                  ║              Copyright (c) 1989             ║
  34. echo                  ║              All Rights Reserved            ║
  35. echo                  ╚═════════════════════════════════════════════╝
  36. echo                                The INSTALL.BAT file 
  37. echo ───────────────────────────────────────────────────────────────────────────────
  38. echo             INSTALLATION OF THE QUIZZER GAME FILES IS NOW IN PROCESS. . .       
  39. echo ───────────────────────────────────────────────────────────────────────────────
  40. copy q*.* c:/v
  41. cls
  42. echo                  ╔═════════════════════════════════════════════╗
  43. echo                  ║                Q U I Z Z E R                ║
  44. echo                  ║      The Computerized Trivia Challenge      ║
  45. echo                  ╟─────────────────────────────────────────────╢
  46. echo                  ║                 Version 3.0                 ║           
  47. echo                  ║               EZK Data Systems              ║
  48. echo                  ║              Copyright (c) 1989             ║
  49. echo                  ║              All Rights Reserved            ║
  50. echo                  ╚═════════════════════════════════════════════╝
  51. echo             INSTALLATION OF THE QUIZZER GAME FILES IS NOW COMPLETED.
  52. dir c:
  53. echo on